home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / SpriteWorld 2.0 ƒ / SpriteWorld Examples / Simple / Simple.h < prev    next >
Encoding:
Text File  |  1996-08-20  |  569 b   |  30 lines  |  [TEXT/KAHL]

  1. ///--------------------------------------------------------------------------------------
  2. // Simple.h
  3. //
  4. // By: Tony Myles
  5. //
  6. // Copyright © 1993 Tony Myles, All rights reserved worldwide.
  7. ///--------------------------------------------------------------------------------------
  8.  
  9.  
  10. #ifndef __SIMPLE__
  11. #define __SIMPLE__
  12.  
  13. #ifndef __WINDOWS__
  14. #include <Windows.h>
  15. #endif
  16.  
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. void    PerformSimpleAnimation(CWindowPtr srcWindowP);
  23. void    BallSpriteMoveProc(SpritePtr ballSpriteP);
  24.  
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28.  
  29.  
  30. #endif /* __APPLICATION__ */